shortcutcontroller: fix transfer full annotation
authorTimm Bäder <mail@baedert.org>
Fri, 3 Apr 2020 06:03:32 +0000 (08:03 +0200)
committerTimm Bäder <mail@baedert.org>
Fri, 3 Apr 2020 06:03:32 +0000 (08:03 +0200)
gtk/gtkshortcutcontroller.c

index d7534001fe8a2bcbdbcfc1e1627186c023da0ee6..8fa081f977f070fda71c61171a99065cd90b9732 100644 (file)
@@ -681,7 +681,7 @@ gtk_shortcut_controller_new_for_model (GListModel *model)
 /**
  * gtk_shortcut_controller_add_shortcut:
  * @self: the controller
- * @shortcut: (transfer-full): a #GtkShortcut
+ * @shortcut: (transfer full): a #GtkShortcut
  *
  * Adds @shortcut to the list of shortcuts handled by @self.
  *